net/http.http2dialCall.ctx (field)

5 uses

	net/http (current package)
		h2_bundle.go#L843: 	ctx  context.Context
		h2_bundle.go#L855: 	call := &http2dialCall{p: p, done: make(chan struct{}), ctx: ctx}
		h2_bundle.go#L860: 	go call.dial(call.ctx, addr)
		h2_bundle.go#L1023: 	if call.ctx == req.Context() {
		h2_bundle.go#L1036: 	return call.ctx.Err() != nil